home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / i_am_leg.swf / scripts / DefineSprite_298 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  186 b   |  5 lines

  1. n4 = int(_root.time_txt / 600);
  2. n1 = int((_root.time_txt - n4 * 600) / 60);
  3. n2 = int((_root.time_txt - n4 * 600 - n1 * 60) / 10);
  4. n3 = _root.time_txt - n4 * 600 - n1 * 60 - n2 * 10;
  5.